ArcFM Responder Mobile Developer Guide
InfoFormat(String,Object[]) Method






Syntax
'Declaration
 
Public Overloads Overrides Sub InfoFormat( _
   ByVal format As System.String, _
   ByVal ParamArray args() As System.Object _
) 
'Usage
 
Dim instance As NamedLogInstance
Dim format As System.String
Dim args() As System.Object
 
instance.InfoFormat(format, args)
public override void InfoFormat( 
   System.string format,
   params System.object[] args
)
public procedure InfoFormat( 
    format: System.String;
   params  args: System.TObjectarray of
); override; 
public override function InfoFormat( 
   format : System.String,
   args : System.Object[]
);
public: void InfoFormat( 
   System.string* format,
   params System.Object*[]* args
) override 
public:
void InfoFormat( 
   System.String^ format,
   ... System.array<Object^>^ args
) override 

Parameters

format
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NamedLogInstance Class
NamedLogInstance Members
Overload List

Send Feedback